liststore: Make gtk_list_store_reorder() introspectable
authorMartin Pitt <martinpitt@gnome.org>
Tue, 12 Jun 2012 13:41:03 +0000 (15:41 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Tue, 12 Jun 2012 15:18:55 +0000 (17:18 +0200)
commit0e37d2a98b10c76a7ccf9b8dc1401a523f3d0173
tree1dc38c8d46d0aba1ede9e1d96844fc6701a9c246
parent75331c0ac289a065d66580bf52502c41b8af9cc7
liststore: Make gtk_list_store_reorder() introspectable

Mark the new_order argument as zero-terminated array, even though it does not
need to be zero terminated (it has an implicit length not given by a constant
or another method argument). It does not hurt if bindings append an extra zero
to the array as long as it has enough elements, and this makes the method
introspectable.

https://bugzilla.gnome.org/show_bug.cgi?id=677941
gtk/gtkliststore.c